SciChart.Charting3D Assembly > SciChart.Charting3D.Model Namespace : UniformGridDataSeries3D<TX,TY,TZ> Class
UniformGridDataSeries3D<TX,TY,TZ> Class Properties

For a list of all members of this type, see UniformGridDataSeries3D<TX,TY,TZ> members.

Public Properties
 NameDescription
Public Property Accesses the internal array, which is a rectangular array indexed by Z then X (Inherited from SciChart.Charting3D.Model.BaseGridDataSeries3D<TX,TY,TZ>)
Public PropertyGets or sets a value indicating whether this instance is dirty. If dirty, any cached data must be re-calculated. You can set this value to True to force recalculation of caches. (Inherited from SciChart.Charting3D.Model.BaseGridDataSeries3D<TX,TY,TZ>)
Public Property Gets or sets value determining whether the heightmap is dirty. If dirty, cached data must be re-calculated. (Inherited from SciChart.Charting3D.Model.BaseGridDataSeries3D<TX,TY,TZ>)
Public Property Gets or sets value determining whether the mesh is dirty. If dirty, cached data must be re-calculated. (Inherited from SciChart.Charting3D.Model.BaseGridDataSeries3D<TX,TY,TZ>)
Public Property Gets a value indicating whether updates for the target are currently suspended. (Inherited from SciChart.Charting3D.Model.DataSeries3D)
Public Property Returns the Y-value at index Z,X (Inherited from SciChart.Charting3D.Model.BaseGridDataSeries3D<TX,TY,TZ>)
Public PropertyGets or sets the parent SciChart.Charting3D.ISciChart3DSurface which this IDataSeries3D instance is attached to. (Inherited from SciChart.Charting3D.Model.DataSeries3D)
Public Property Gets or sets the name of this series. (Inherited from SciChart.Charting3D.Model.DataSeries3D)
Public Property Gets the start X value, that is, the X data-value at this.InternalArray[0, z]  
Public Property Gets the start Z value, that is, the Z data-value at this.InternalArray[x, 0]  
Public Property Gets the step-X value, that is, the data-value size between each element in the grid in the X-direction  
Public Property Gets the step-Z value, that is, the data-value size between each element in the grid in the Z-direction  
Public Property Gets an object for thread synchronization purposes (Inherited from SciChart.Charting3D.Model.BaseGridDataSeries3D<TX,TY,TZ>)
Public PropertyOverridden. Gets the total extents of the IDataSeries3D in the X direction.  
Public Property Gets the X-Size of the Grid (Inherited from SciChart.Charting3D.Model.BaseGridDataSeries3D<TX,TY,TZ>)
Public PropertyGets the total extents of the IDataSeries3D in the Y direction. (Inherited from SciChart.Charting3D.Model.BaseGridDataSeries3D<TX,TY,TZ>)
Public PropertyOverridden. Gets the total extents of the IDataSeries3D in the Z direction.  
Public Property Gets the Z-Size of the grid (Inherited from SciChart.Charting3D.Model.BaseGridDataSeries3D<TX,TY,TZ>)
Top
See Also